'Declaration Public Overloads Function GetRawPreviewImage( _
ByVal progressDelegateProgress delegate.As System.EventHandler(Of ProgressEventArgs) _
) As Vintasoft.Imaging.VintasoftImage
public Vintasoft.Imaging.VintasoftImage GetRawPreviewImage(
System.EventHandler<ProgressEventArgs> progressDelegate
)
public: Vintasoft.Imaging.VintasoftImage* GetRawPreviewImage(
System.EventHandler<ProgressEventArgs*>* progressDelegate
)
public:
Vintasoft.Imaging.VintasoftImage^ GetRawPreviewImage(
System.EventHandler<ProgressEventArgs^>^ progressDelegate
)
Parameters
- progressDelegate
- Progress delegate.
Return Value
The RAW preview image associated with this ImagePage object if RAW preview image was loaded successfully; otherwise, null.